projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
6534bdd
731c54a
)
Auto merge of #3183 - rjgoldsborough:broken-docs-links, r=alexcrichton
author
bors
<bors@rust-lang.org>
Sun, 9 Oct 2016 17:12:36 +0000
(10:12 -0700)
committer
GitHub
<noreply@github.com>
Sun, 9 Oct 2016 17:12:36 +0000
(10:12 -0700)
removing return false causing links to break
Gah! Sorry about that.
fixes #3182
I added a `return false` to the function above to prevent it from toggling itself back off but for some reason put one here as well which stopped the event before the link could fire.
Trivial merge